From d9efa5305f1c9a8e88738ad2d82b0e02631a4cc8 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Tue, 3 Jan 2006 16:29:42 +0000 Subject: [PATCH] Fix comment describing return value -- xs_rm returns false if the path does not exist, not true. Signed-off-by: Ewan Mellor --- tools/xenstore/xs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstore/xs.h b/tools/xenstore/xs.h index e476082531..c86a816007 100644 --- a/tools/xenstore/xs.h +++ b/tools/xenstore/xs.h @@ -68,7 +68,7 @@ bool xs_mkdir(struct xs_handle *h, struct xs_transaction_handle *t, const char *path); /* Destroy a file or directory (and children). - * Returns false on failure, or success if it doesn't exist. + * Returns false on failure, or if it doesn't exist. */ bool xs_rm(struct xs_handle *h, struct xs_transaction_handle *t, const char *path); -- 2.30.2